From: Keir Fraser Date: Wed, 7 May 2008 13:16:48 +0000 (+0100) Subject: XM/XenAPI: Enable Console other_config parameters to be passed through Xen API. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~14215^2~53 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=ed2e517bac03d0eb958d02fb7cdecd14799ec5e8;p=xen.git XM/XenAPI: Enable Console other_config parameters to be passed through Xen API. Signed-off-by: Yosuke Iwamatsu --- diff --git a/tools/python/xen/xm/xenapi_create.py b/tools/python/xen/xm/xenapi_create.py index 68f2b8dd35..11ccaed665 100644 --- a/tools/python/xen/xm/xenapi_create.py +++ b/tools/python/xen/xm/xenapi_create.py @@ -485,9 +485,9 @@ class xenapi_create: vm_ref, "protocol": console.attributes["protocol"].value, - "other_params": + "other_config": get_child_nodes_as_dict(console, - "other_param", "key", "value") + "other_config", "key", "value") } return server.xenapi.console.create(console_record)